svn path=/trunk/; revision=20117
+2008-05-20 Matthias Clasen <mclasen@redhat.com>
+
+ Bug 533761 - gdk_accelerator_parse() does not exist, should be
+ gtk_accelerator_parse()
+
+ * gtk/migrating-GtkAction.sgml: Fix a typo.
+ Pointed out by Matthias Warkus
+
2008-05-05 Matthias Clasen <mclasen@redhat.com>
* docs/reference/gtk/Makefile.am:
the <link linkend="gnomeuiinfo-example">previous
example</link>. Note that the toggle and radio entries are
separate from normal actions. Also, note that #GtkActionEntry
- structures take key names in the format of gdk_accelerator_parse()
+ structures take key names in the format of gtk_accelerator_parse()
rather than key values plus modifiers; you will have to convert these
values by hand. For example, %GDK_F11 with no modifiers is equivalent
to a key name of <literal>"F11"</literal>. Likewise, <literal>"o"</literal>